Learn R Programming

tolBasis (version 1.0)

Polyn Comparison: Polyn Relational Operators

Description

Relational operators for the Polyn class.

Usage

"=="(p1,p2) "!="(p1,p2) "<"(p1,p2) "<="(p1,p2) ">"(p1,p2) ">="(p1,p2)

Arguments

p1, p2
Polyn objects

Value

Returns the value resulting of the relational operation. The order operators are not implemented and return NA.

Examples

Run this code
1+B==B+1

Run the code above in your browser using DataLab